home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59193 / 59193.xpi / chrome / manman89grablink.jar / content / about.xul next >
Extensible Markup Language  |  2010-01-13  |  1KB  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE dialog SYSTEM "chrome://manman89grablink/locale/about.dtd">
  4. <dialog style="background-color: white;" title="&about; &extensionName;" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.         <vbox>
  6.           <text value="&extensionName;" style="font-weight: bold; color:#800040; font-size: x-large;"/>
  7.           <text value="&version;" style="color:blue;"/>
  8.           <separator class="thin"/>
  9.           <text value="Developed By Nguyen Van Man" style="color:red; font-weight: bold;"/>
  10.           <separator class="thin"/>
  11.           <description style="color:blue; cursor: pointer; text-decoration: underline;" onclick="window.open('http://vn-new.com');" class="url">My Web : http://vn-new.com</description>
  12.           <separator class="thin"/>
  13.           <description style="color:green; cursor: pointer; text-decoration: underline;" onclick="window.open('http://my.opera.com/vanmankey');" class="url">My Blog  : http://my.opera.com/vanmankey</description>
  14.           <separator class="thin"/>
  15.           <image src="chrome://manman89grablink/skin/vanman.jpg"/>
  16.         </vbox>
  17. </dialog>
  18.